projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e2e77
)
(face-valid-attribute-values): Look in
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Aug 1999 11:52:16 +0000
(11:52 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 Aug 1999 11:52:16 +0000
(11:52 +0000)
x-bitmap-file-path only for x and w32 window systems.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 8ed46f6e87691878a815cf9f7c97d4330a1c143b..57cb19b6e183bd6050a6ee0c7e2d02848f19d2de 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-747,7
+747,7
@@
an integer value."
((:height)
'integerp)
(:stipple
- (and
window-system
+ (and
(memq window-system '(x w32))
(mapcar #'list
(apply #'nconc (mapcar #'directory-files
x-bitmap-file-path)))))